home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMTEX / EXTRAS / TR2LATEX / tr2latex / h / forbid < prev    next >
Text File  |  1992-04-27  |  2KB  |  38 lines

  1. /*
  2. ** tr2latex - troff to LaTeX converter
  3. ** $Id: forbid.h,v 2.2 1992/04/27 15:13:26 Christian_Engel Dist krischan $
  4. ** COPYRIGHT (C) 1987 Kamal Al-Yahya, 1991,1992 Christian Engel
  5. **
  6. ** Module: forbid.h
  7. **
  8. ** This file contains TeX commands that cannot be re-defined.
  9. ** Re-defining them is not permitted by TeX (or they may produce
  10. ** unpredictable consequences).
  11. ** If the troff user happens to re-define one of these, it will be replaced.
  12. ** This list is extracted from the starred entries in the index of the TeXBook.
  13. ** They are entered here in alphabetical order.
  14. ** If the macro has non-alphabetical characters, it will be trapped
  15. ** somewhere else; it needn't be put here.
  16. ** This list is added to make the program more robust.
  17. ** Note that the backslash is omitted.
  18. */
  19.  
  20. char *forbid[] =
  21. {
  22. "atop",     "char",    "copy",     "count",    "cr",      "crcr",
  23. "day",      "def",     "divide",   "dp",       "dump",    "edef",
  24. "else",     "end",     "eqno",     "fam",      "fi",      "font",
  25. "gdef",     "global",  "halign",   "hbox",     "hfil",    "hfill",
  26. "hfuzz",    "hoffset", "hrule",    "hsize",    "hskip",   "hss",
  27. "ht",       "if",      "ifcase",   "ifcat",    "ifnum",   "ifodd",
  28. "iftrue",   "ifx",     "indent",   "input",    "insert",  "kern",
  29. "left",     "leqno",   "let",      "limits",   "long",    "lower",
  30. "mag",      "mark",    "mkern",    "month",    "mskip",   "multiply",
  31. "muskip",   "omit",    "or",       "outer",    "output",  "over",
  32. "overline", "par",     "raise",    "read",     "right",   "show",
  33. "span",     "special", "string",   "the",      "time",    "toks",
  34. "topmark",  "topskip", "unkern",   "unskip",   "vbox",    "vfil",
  35. "vfill",    "vfuzz",   "voffset",  "vrule",    "vsize",   "vskip",
  36. "vsplit",   "vss",     "vtop",     "wd",       "write",   "xdef"
  37. };
  38.